com.doclinx.ftxml
Class FileTime

java.lang.Object
  |
  +--com.doclinx.ftxml.FileTime

public final class FileTime
extends java.lang.Object

Class for MS FileTime type.


Constructor Summary
FileTime(int lo, int hi)
          Constructor.
FileTime(long time)
          Constructor.
FileTime(java.lang.String sTime)
          Constructor.
 
Method Summary
 long get()
          Get current time in milleseconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileTime

public FileTime(long time)
Constructor.

Parameters:
time - Time in milleseconds.

FileTime

public FileTime(int lo,
                int hi)
Constructor.

Parameters:
lo - Lower 32 bits of time in milleseconds.
hi - Upper 32 bits of time in milleseconds.

FileTime

public FileTime(java.lang.String sTime)
Constructor.

Parameters:
sTime - String representation of integer time in ms.
Method Detail

get

public long get()
Get current time in milleseconds.

Returns:
64-bit value of time in ms.